home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Demos / Extend 3.0 Demo / Extend Demo / Extend Demo.rsrc / STR#_320.txt < prev    next >
Encoding:
Text File  |  1994-07-14  |  5.0 KB  |  218 lines

  1. Compiler error - no breakList handle
  2.  
  3. Compiler error - no switch List handle
  4.  
  5. Compiler error - no Cases handle
  6.  
  7. Duplicate case in Switch statement
  8.  
  9. Compiler error - Switch statement without loopReg
  10.  
  11. Only one Default statement allowed in Switch
  12.  
  13. Break statement must be within a loop or switch
  14.  
  15. Continue statement not allowed in Switch
  16.  
  17. Continue statement must be within a loop
  18.  
  19. Missing initial value in Basic For statement
  20.  
  21. Compiler error - no continueList handle
  22.  
  23. Multiply defined identifier
  24.  
  25. Multiply defined label
  26.  
  27. Cannot return value from Procedure or Message Handler
  28.  
  29. Must return value from function
  30.  
  31. Undeclared function
  32.  
  33. Cannot use system message as function
  34.  
  35. Cannot use reserved word as function
  36.  
  37. Cannot use variable name as function
  38.  
  39. Cannot use label name as function
  40.  
  41. Function call doesn't agree with definition: wrong number of arguments
  42.  
  43. Cannot call this function in a user defined function
  44.  
  45. Compiler error - trying to push string val
  46.  
  47. Cannot subtract strings
  48.  
  49. Cannot multiply strings
  50.  
  51. Cannot divide strings
  52.  
  53. Mod operator cannot be applied to Real or String types
  54.  
  55. Cannot Exponentiate strings
  56.  
  57. Cannot Negate strings
  58.  
  59. Illegal string-logical operation
  60.  
  61. Cannot assign string to math type
  62.  
  63. Compiler error in evaluating integer expression
  64.  
  65. Compiler error in evaluating Areg expression
  66.  
  67. Compiler error - releasing released realReg
  68.  
  69. Too many nested loops.  Break it into smaller pieces.
  70.  
  71. Compiler error - releasing released loopReg
  72.  
  73. Too complicated expression (Areg).  Break it into smaller pieces.
  74.  
  75. Too complicated expression (Dreg).  Break it into smaller pieces.
  76.  
  77. Too complicated expression, reduce into parts
  78.  
  79. Not enough memory to finish Compile.  Close some windows, or allocate more memory to Extend.
  80.  
  81. Non-constant in Constant statement
  82.  
  83. Subscripts must start at Zero or One
  84.  
  85. This is a compiler reserved word
  86.  
  87. Multiply defined function
  88.  
  89. Function does not agree with previous declaration
  90.  
  91. Multiply defined identifier
  92.  
  93. illegal character
  94.  
  95. illegal token
  96.  
  97. Cannot use procedure call in expression
  98.  
  99. Illegal string operation
  100.  
  101. Undefined identifier in function call
  102.  
  103. Expecting array name, found non-variable in function call
  104.  
  105. Passing wrong type of array to function
  106.  
  107. Array passed in function call has wrong number of dimensions
  108.  
  109. To pass an entire array to a function, pass its name without subscripts.
  110.  
  111. Expecting array name in function call, found expression
  112.  
  113. Expecting Function name in function call, found expression
  114.  
  115. Undefined identifier in function call
  116.  
  117. Passed function name must be Real type
  118.  
  119. Illegal character in variable
  120.  
  121. Undefined variable
  122.  
  123. Subscript constant is out of array bounds
  124.  
  125. Variable has wrong number of Dimensions.
  126.  
  127. Cannot assign a value to an Input Connector
  128.  
  129. Too many function arguments.  The maximum is 127
  130.  
  131. Illegal type for function parameter
  132.  
  133. Multiply defined function
  134.  
  135. Multiply defined identifier
  136.  
  137. This function has not returned a value
  138.  
  139. Unknown message name
  140.  
  141. Divide by zero in constant operation
  142.  
  143. Illegal operation on Real operands
  144.  
  145. Mod by zero in constant operation
  146.  
  147. Non-constant in Dimension
  148.  
  149. Cannot have negative Dimension
  150.  
  151. Cannot have more than one empty dimension
  152.  
  153. Too many Dimensions.  Five Maximum per variable.
  154.  
  155. Identifier is multiply declared
  156.  
  157. Arrays are too big, use dynamic arrays
  158.  
  159. Too many dynamic arrays, 254 maximum per block
  160.  
  161. Cannot declare dynamic arrays in functions, messages
  162.  
  163. Exponent too large. Real number exponents range from -308 to 308
  164.  
  165. missing digit after E in exponent
  166.  
  167. Undefined label
  168.  
  169. Undefined function
  170.  
  171. String table overflow.  Use less strings.
  172.  
  173. unterminated string
  174.  
  175. ERROR RECOVERY BUG
  176.  
  177. Bad connector name?
  178.  
  179. Using reserved word as connector
  180.  
  181. This name cannot be used as a "Variable Name or Message Name" in the Dialog Window as it is a ModL Function name.  Please change it in the Dialog Window and check your script.
  182.  
  183. This name cannot be used as a "Variable Name or Message Name" in the Dialog Window as it is a connector name.  Please change it in the Dialog Window and check your script.
  184.  
  185. This name cannot be used as a "Variable Name or Message Name" in the Dialog Window as it is a system reserved name.  Please change it in the Dialog Window and check your script.
  186.  
  187. Compiled code exceeded limit.  Reduce script size
  188.  
  189. Cannot call MakeArray, DisposeArray, or GetPassedArray with user defined function argument.  Must use actual declared dynamic array name.
  190.  
  191. Cannot call MakeArray or DisposeArray with non-dynamic array.  Must use actual declared dynamic array name.
  192.  
  193. Dynamic arrays must be declared before any functions or message handlers (at the top of the script).
  194.  
  195. Must use a connector name as an argument to this function.
  196.  
  197. Dialog items using too much memory. Reduce size of Data or Text tables.
  198.  
  199. Error in include file declaration. Correct syntax is:
  200. #include "fileName.h"
  201.               or
  202. #include <fileName.h>
  203.  
  204. Cannot open include file.
  205.  
  206. Cannot open include file. Too many nested include files - maximum nesting is 10 deep.
  207.  
  208. Internal Compiler error - typeRight had long offset in Store
  209.  
  210. This identifier is a system variable.
  211.  
  212. This function is a system function.
  213.  
  214. This identifier is a user defined variable.
  215.  
  216. This function is a user defined function.
  217.  
  218.